home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / 101 / data / Exp print1401 / ExpPrint.inf < prev    next >
Windows Setup INFormation  |  1998-03-28  |  2KB  |  65 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4.  
  5. ; ***********************
  6. ; Windows 95 Installation
  7. ; ***********************
  8. [DefaultInstall]
  9. CopyFiles=ThisDll.sys.install
  10. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  11.  
  12. [DefaultUninstall]
  13. DelFiles=ThisDll.sys.install
  14. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg,ThisDll.Settings.Reg
  15.  
  16. ; ***********************
  17. ; Windows NT Installation
  18. ; ***********************
  19. [DefaultInstall.ntx86]
  20. CopyFiles=ThisDll.sys.install
  21. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT
  22.  
  23. [DefaultUninstall.ntx86]
  24. DelFiles=ThisDll.sys.install
  25. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg.NT,ThisDll.Settings.Reg
  26.  
  27. [ThisDll.Add.Reg]
  28. HKCR,CLSID\{81A64FE0-7101-11cf-8731-444553540000},,,"Explorer Directory Print Context Menu Extension"
  29. HKCR,CLSID\{81A64FE0-7101-11cf-8731-444553540000}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  30. HKCR,CLSID\{81A64FE0-7101-11cf-8731-444553540000}\InProcServer32,ThreadingModel,,Apartment
  31. HKCR,*\shellex\ContextMenuHandlers\{81A64FE0-7101-11cf-8731-444553540000},,,""
  32. HKCR,Drives\shellex\ContextMenuHandlers\{81A64FE0-7101-11cf-8731-444553540000},,,""
  33. HKCR,Folder\shellex\ContextMenuHandlers\{81A64FE0-7101-11cf-8731-444553540000},,,""
  34.  
  35. [ThisDll.Uninst.Reg]
  36. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrint,,,
  37. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrint,"DisplayName",,"Explorer Print Context Menu (Remove Only)"
  38. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrint,"UninstallString",,"rundll setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\ExpPrint.inf"
  39.  
  40. [ThisDll.Uninst.Reg.NT]
  41. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrint,,,
  42. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrint,"DisplayName",,"Explorer Print Context Menu (Remove Only)"
  43. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\JDDExpPrint,"UninstallString",,"rundll32 setupapi.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\ExpPrint.inf"
  44.  
  45. [ThisDll.Settings.Reg]
  46. HKCU,"Software\JD Design\ExpPrint",,,
  47.  
  48. [ThisDll.sys.install]
  49. ExpPrint.dll
  50. ExpPrint.hlp
  51. ExpPrint.inf
  52.  
  53. [DestinationDirs]
  54. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  55.  
  56. [SourceDisksNames]
  57. 55="ExpPrint 1.0.","",1
  58.  
  59. [SourceDisksFiles]
  60. %ThisDll%=55
  61.  
  62. [Strings]
  63. SubDir = "ShellExt"
  64. ThisDll = "ExpPrint.dll"
  65.